Key

open class Key : IKey

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Constructors

Link copied to clipboard
constructor(Owner: Calculator_Fragment, keyId: Int, Calc_Key_Code: Short, Java_Key_Code: Int, Normal_Text: Int, Inv_Text: Int, Alpha_Text: Int, Inv_Alpha_Text: Int)
create new key

Properties

Link copied to clipboard
Text to be displayed when keyboard is in alpha mode
Link copied to clipboard
Text to be displayed when keyboard is in inv alpha mode
Link copied to clipboard
Text to be displayed when keyboard is in inv mode
Link copied to clipboard
Text to be displayed when keyboard is in normal mode

Functions

Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
open fun getButtonText(): String
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
open fun Set_Text(Inf: Boolean, Alpha: Boolean)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()